/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/*=== Services ==============================================================*/
.services-list h2 a {
	
	
	border-color: #fff;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	
	color: #10b0e6;
	display: block;
	line-height: 66px;
	padding-left: 20px;
	position: relative;
	text-decoration: none;
	width: 578px;
	z-index: 300;
}
.service-content {
	background: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	color: #939393;
	line-height: 16px;
	overflow: hidden;
	width: 598px;
}
.services-list li:hover{border:red;}
.service-info-text {
	float: left;
	margin-left: 20px;
	text-align: justify;
	width: 400px;
}
.service-info-image {
	float: right;
	margin-right: 20px;
}